home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / dlg / cronshell11.readme < prev    next >
Text File  |  1994-10-08  |  3KB  |  64 lines

  1. Short:    DLG/TpTCron util to run commands under TpTCron environment.
  2. Author:   leon@mtu.edu
  3. Uploader: leon@mtu.edu
  4. Type:     comm/dlg
  5.  
  6. CronShell is a DLG/TpTCron utility that allows you to run a program
  7. as though it had been run in the TpTCron environment, without losing
  8. the current directory and without running asynchronously (i.e. it
  9. waits for the program to finish running under TpTCron before
  10. returning control).
  11.  
  12. Version 1.1 now uses a write-lock instead of just a read-lock.
  13. The change was required because a read-lock only waits 20 seconds
  14. before returning, whereas a writelock waits as long as it takes.
  15.  
  16. It is a TOTAL hack!  Though it should be a "well-behaved" hack.
  17.  
  18. WHY write such a silly program?
  19. SIMPLE, to get around a bug in PDQ/DLGMail.
  20.  
  21. The environment that PDQ/DLGMail uses to execute commands is severely
  22. broken.  Which means that depending on what version of the OS you
  23. are running, a lot of commands fail to run properly when invoked
  24. under PDQ/DLGMail.  In specific, the newer versions of UnZIP, which
  25. are required for mail packets archived with PkZIP2.04g will not work
  26. with PDQ/DLGMail (at least not on my system).  To make matters worse,
  27. PDQ/DLGMail doesn't even know that the command failed, so it happily
  28. removes your incoming mail for you even though it wasn't successfully
  29. processed.  OUCH!
  30.  
  31. The fix is to change your ZIPEXTRACT configuration to something like:
  32.  
  33. ZIPEXTRACT Fido:CronShell PDQMail_ZIP C:UnZIP %s *.PKT
  34.                           ^^^^^^^^^^^ ^^^^^^^^^^^^^^^^
  35.                              /              \
  36.                    just my attempt        actual command to run.
  37.                    at using a
  38.                    descriptive
  39.                    lockname.
  40.  
  41. The above line allows me to process incoming .ZIP packets unless
  42. something goes wrong.
  43.  
  44. PLEASE SEE THE CronShell.doc file for various warnings!
  45.  
  46. Enjoy!
  47.  
  48. \Leon
  49. ______________________________________________________________________
  50. |  o__ ----       \\ABCD///Amiga BitSwap Central Dispatch - DLG BB/OS!
  51. | _.>/ _-------    \\BBS// 28K8bps USR V.FC/34  Fido/UUCP(906)482-8248
  52. |(_) \(_)Leon Shaner\\\// <leon@abcd.houghton.mi.us> or <leon@mtu.edu>
  53. |________[MTU - CTS] \\/  ...Non-Conformity is a virtue I hold dear...
  54.  
  55.  
  56. ============================= Archive contents =============================
  57.  
  58. Original  Packed Ratio    Date     Time    Name
  59. -------- ------- ----- --------- --------  -------------
  60.     9592    5811 39.4% 20-Sep-94 23:50:52  CronShell
  61.     3956    1969 50.2% 20-Sep-94 23:56:08  CronShell.doc
  62. -------- ------- ----- --------- --------
  63.    13548    7780 42.5% 21-Sep-94 11:39:26   2 files
  64.